home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 25
/
MacFormat n. 25 (Spain)
/
MacFormat 25.bin
/
mac
/
Demos
/
Print Artist Demo
/
PA12-Mac.Dxr
/
00399.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-03
|
186 b
|
12 lines
on exitFrame
startTimer()
unLoadCast()
preLoad(label("S310"), label("S310") + 15)
if the timer > 60 then
go(#next)
else
wait(60 - the timer)
go(#next)
end if
end